// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01B TN_Widget.CreateTable([['Billie Eilish','Spectrum Center','Charlotte, NC','Sunday','10/19/2025','7:00 PM','7166373','Billie-Eilish-10-19-2025'],['Billie Eilish','Spectrum Center','Charlotte, NC','Monday','10/20/2025','7:00 PM','7166374','Billie-Eilish-10-20-2025'],['Stevie Nicks','Spectrum Center','Charlotte, NC','Tuesday','10/21/2025','7:00 PM','7216621','Stevie-Nicks-10-21-2025'],['Tate McRae','Spectrum Center','Charlotte, NC','Friday','10/24/2025','7:00 PM','6998518','Tate-McRae-10-24-2025'],['Lainey Wilson, Ernest & Drake Milligan','Spectrum Center','Charlotte, NC','Saturday','10/25/2025','7:00 PM','6964717','Lainey-Wilson--Ernest---Drake-Milligan-10-25-2025'],['NBA YoungBoy','Spectrum Center','Charlotte, NC','Sunday','10/26/2025','7:30 PM','7192521','NBA-YoungBoy-10-26-2025'],['Renee Rapp','Spectrum Center','Charlotte, NC','Wednesday','10/29/2025','8:00 PM','7233756','Renee-Rapp-10-29-2025'],['Dick Vitale Invitational: Duke Blue Devils vs. Texas Longhorns','Spectrum Center','Charlotte, NC','Tuesday','11/4/2025','TBD','7203657','Dick-Vitale-Invitational--Duke-Blue-Devils-vs--Texas-Longhorns-11-4-2025'],['Jonas Brothers','Spectrum Center','Charlotte, NC','Wednesday','11/5/2025','7:30 PM','7056810','Jonas-Brothers-11-5-2025'],['North Carolina State Wolfpack Women's Basketball vs. USC Trojans','Spectrum Center','Charlotte, NC','Sunday','11/9/2025','TBD','7186262','North-Carolina-State-Wolfpack-Women-s-Basketball-vs--USC-Trojans-11-9-2025'],['Brandy, Monica, Kelly Rowland & Muni Long','Spectrum Center','Charlotte, NC','Thursday','11/13/2025','8:00 PM','7166164','Brandy--Monica--Kelly-Rowland---Muni-Long-11-13-2025'],['Nate Bargatze','Spectrum Center','Charlotte, NC','Thursday','11/20/2025','7:00 PM','7106712','Nate-Bargatze-11-20-2025'],['Nate Bargatze','Spectrum Center','Charlotte, NC','Friday','11/21/2025','7:00 PM','6858824','Nate-Bargatze-11-21-2025'],['ACC Mens Basketball Tournament - Session 1','Spectrum Center','Charlotte, NC','Tuesday','3/10/2026','2:00 PM','7171567','ACC-Mens-Basketball-Tournament---Session-1-3-10-2026'],['ACC Mens Basketball Tournament - Session 2','Spectrum Center','Charlotte, NC','Wednesday','3/11/2026','12:00 PM','7171568','ACC-Mens-Basketball-Tournament---Session-2-3-11-2026'],['ACC Mens Basketball Tournament - Session 3','Spectrum Center','Charlotte, NC','Wednesday','3/11/2026','7:00 PM','7171569','ACC-Mens-Basketball-Tournament---Session-3-3-11-2026'],['ACC Mens Basketball Tournament - Session 4','Spectrum Center','Charlotte, NC','Thursday','3/12/2026','12:00 PM','7171570','ACC-Mens-Basketball-Tournament---Session-4-3-12-2026'],['ACC Mens Basketball Tournament - Session 5','Spectrum Center','Charlotte, NC','Thursday','3/12/2026','7:00 PM','7171571','ACC-Mens-Basketball-Tournament---Session-5-3-12-2026'],['ACC Mens Basketball Tournament - Session 6','Spectrum Center','Charlotte, NC','Friday','3/13/2026','7:00 PM','7171572','ACC-Mens-Basketball-Tournament---Session-6-3-13-2026'],['ACC Mens Basketball Tournament - Session 7','Spectrum Center','Charlotte, NC','Saturday','3/14/2026','8:30 PM','7171573','ACC-Mens-Basketball-Tournament---Session-7-3-14-2026'],['Brandon Lake','Spectrum Center','Charlotte, NC','Sunday','4/19/2026','7:00 PM','7077548','Brandon-Lake-4-19-2026']],'Time Warner Cable Arena','http://www.ticketnetwork.com/ticket/Time-Warner-Cable-Arena-events.aspx');